home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1990: Night of the Living Disc
/
Night of the Living Disc.hdv
/
Dev.CD.5
/
Tools
/
APW.Interfaces
/
CInclude
/
SetJmp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-03-01
|
148 b
|
12 lines
|
[04] ASCII Text (0x0000)
/*
* SetJmp.h
*
* Copyright 1986, Apple Computer
* All rights reserved.
*/
typedef long jmp_buf[2];
int setjmp();
void longjmp();